﻿.Überschrift {
	font-family:"Cracked Johnnie";
	font-size:45px;
	color:#FFFFFF;
	width: 412px;
	height: 101px;

}

.Verweise {
	font-family:"Comic Sans MS";
	font-size:15px;
	color:#FFFFFF;
	background-color:maroon
}

.auto-style1 {
			text-decoration: none;
}

.auto-style2 {
			color: #FFFFFF;
}

.Inhaltsbereich {
	font-family:"Comic Sans MS";
	font-size:14px;
	color:white
}

.Fußbereich {
	font-family:"Comic Sans MS";
	font-size:15px;
	color:#FFFFFF;
	background-color:maroon;
	vertical-align:bottom
}

.bild.1 {
	width:80px;
	height:80px
}

/*--------------- Menü-Eintrag-Text ---------------*/
table#menue tr a {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 30px;

  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 29px;
	color: #FFFFFF;
	display: block;

	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
}

table#menue tr a:hover {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 30px;

  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 29px;
	color: black;
	display: block;

	background-position: center;
	background-repeat: no-repeat;
}

table#menue tr a:focus {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 30px;

  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 29px;
	color: black;
	display: block;

	background-position: center;
	background-repeat: no-repeat;
}

/*--------------- IE-Hack ---------------*/
* html table#menue tr a {
  display: inline;
}

* html table#menue tr a:hover {
  display: inline;
}
